home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00158_f&T wide a7.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  196 b   |  11 lines

  1. on mouseUp
  2.   silence()
  3.   set the movieTime of sprite 31 to 0
  4.   set the movieRate of sprite 31 to 1
  5.   if the frame < 1900 then
  6.     go("vid wall 1")
  7.   else
  8.     play frame "vid wall 1a"
  9.   end if
  10. end
  11.